panelOpenInfo

Class: com.microstrategy.web.app.taglibs.Panel_OpenInfo

Description:

Panel_OpenInfo.

Usage:

This custom tag is to be used for entering properties related to a Panel when it is closed and there's the option of having it opened.
In the following example, images/1arrow_right.gif represents the image to be displayed when the panel is closed, and Show Left Toolbar is the tooltip to show when the mouse passes over this section. This is the information displayed when the user can open the panel included on the web page:
 <web:panelOpenInfo img="images/1arrow_right.gif">
   Show Left Toolbar
 </web:panelOpenInfo>
 



Name Required? Description
align false Indicates the alignment that the image to be shown will have.
Usage:
height false Indicates the height that the image to be shown will have.
img false Indicates the image to be displayed when the panel shows the option of having it opened.
Usage:
The value to indicate should be a valid image file name, with any necessary path information not included already on the resourcesFolderImage application configuration parameter.
imgClass false Indicates the css class to use for the image to be shown.
width false Indicates the width that the image to be shown will have.